Reusable patterns
Reusable patterns that document the steps taken and the final solution, enabling better decisions and higher work efficiency on future efforts.
Key Points
- Captures both the investigative approach and the chosen fix in one place.
- Supports organizational learning by making proven solutions easy to reuse.
- Improves the quality and speed of future decisions by referencing prior patterns.
- Boosts team productivity by reducing rework and accelerating problem solving.
Example
After resolving recurring deployment failures, a Scrum team writes a pattern that records the diagnostic steps (log analysis, rollback test, config diff) and the final fix (pipeline permission update). Next time a similar issue appears, another team reuses the pattern to reach a faster, more confident resolution.
PMP Example Question
In an agile project, the team wants to document how they investigated and solved a tricky integration bug so the approach and solution can be reused to improve future decision quality and productivity. What should they create?
- A decision log entry
- A reusable process-and-solution pattern
- A risk response plan
- A product backlog item
Correct Answer: B — reusable process-and-solution pattern
Explanation: This artifact preserves both the steps taken and the resolution, enabling reuse that improves decisions and efficiency. A decision log records outcomes, not the investigative process.
HKSM